type net/http.http2bufferedWriter
8 uses
net/http (current package)
h2_bundle.go#L3704: type http2bufferedWriter struct {
h2_bundle.go#L3711: func http2newBufferedWriter(conn net.Conn, timeout time.Duration) *http2bufferedWriter {
h2_bundle.go#L3712: return &http2bufferedWriter{
h2_bundle.go#L3732: func (w *http2bufferedWriter) Available() int {
h2_bundle.go#L3739: func (w *http2bufferedWriter) Write(p []byte) (n int, err error) {
h2_bundle.go#L3748: func (w *http2bufferedWriter) Flush() error {
h2_bundle.go#L3760: type http2bufferedWriterTimeoutWriter http2bufferedWriter
h2_bundle.go#L4572: bw *http2bufferedWriter // writing to conn
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |